Skip to main content

All Questions

3votes
1answer
333views

Why do we use architecture-specific types in C

I think that the type names in Rust are much better than the ones in C. I'd choose f64 over double and u32 over unsigned int or uint_32t any day. Is there any reason (other than tradition) to use ...
Hannes Karppila's user avatar

close